Package com.netscape.certsrv.profile
Class ProfileClient
java.lang.Object
com.netscape.certsrv.client.Client
com.netscape.certsrv.profile.ProfileClient
- Author:
- Ade Lee
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionProfileClient(PKIClient client, String subsystem) ProfileClient(SubsystemClient subsystemClient) -
Method Summary
Modifier and TypeMethodDescriptioncreateProfile(ProfileData data) byte[]createProfileRaw(byte[] properties) voiddeleteProfile(String id) voiddisableProfile(String id) voidenableProfile(String id) modifyProfile(ProfileData data) byte[]modifyProfileRaw(String profileId, byte[] properties) byte[]
-
Constructor Details
-
Method Details
-
retrieveProfile
- Throws:
Exception
-
retrieveProfileRaw
- Throws:
Exception
-
listProfiles
public ProfileDataInfos listProfiles(Integer start, Integer size, Boolean visible, Boolean enable, String enableBy) throws Exception - Throws:
Exception
-
enableProfile
- Throws:
Exception
-
disableProfile
- Throws:
Exception
-
createProfile
- Throws:
Exception
-
createProfileRaw
- Throws:
Exception
-
modifyProfile
- Throws:
Exception
-
modifyProfileRaw
- Throws:
Exception
-
deleteProfile
- Throws:
Exception
-